home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
pendekar.swf
/
scripts
/
DefineButton2_721
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-05-08
|
186b
|
5 lines
on(release){
_root.difficulty = _root.difficulty != "normal" ? (_root.difficulty = "normal") : (_root.difficulty = "easy");
difficulty.text = _root.difficulty.toUpperCase();
}